

@layer base {
  
  body, :host {
    /* Color */
    --Sky: #00a7e1;
--Navy: #012238;
--Dark-Navy: #00121e;
--Dark-Sky: #0079dd;
--Green: #00fd48;
--Orange: #ff7139;
--Purple: #6b35e2;
--White: #ffffff;
--Lighter-Navy: #08365b;
--Light-Purple: #7a68f4;
--Light-Red: #ff3f5a;
--Yellow: #f3e700;
--Place-Holder: #00a7e1b3;
--grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--lime-50: #F7FEE7;
--lime-100: #ECFCCB;
--lime-200: #D9F99D;
--lime-300: #BEF264;
--lime-400: #A3E635;
--lime-500: #84CC16;
--lime-600: #65A30D;
--lime-700: #4D7C0F;
--lime-800: #3F6212;
--lime-900: #365314;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--pink-50: #FDF2F8;
--pink-100: #FCE7F3;
--pink-200: #FBCFE8;
--pink-300: #F9A8D4;
--pink-400: #F472B6;
--pink-500: #EC4899;
--pink-600: #DB2777;
--pink-700: #BE185D;
--pink-800: #9D174D;
--pink-900: #831843;
--teal-50: #F0FDFA;
--teal-100: #CCFBF1;
--teal-200: #99F6E4;
--teal-300: #5EEAD4;
--teal-400: #2DD4BF;
--teal-500: #14B8A6;
--teal-600: #0D9488;
--teal-700: #0F766E;
--teal-800: #115E59;
--teal-900: #134E4A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--purple-50: #F5F3FF;
--purple-100: #EDE9FE;
--purple-200: #DDD6FE;
--purple-300: #C4B5FD;
--purple-400: #A78BFA;
--purple-500: #8B5CF6;
--purple-600: #7C3AED;
--purple-700: #6D28D9;
--purple-800: #5B21B6;
--purple-900: #4C1D95;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-jura: 'Jura',sans-serif;
--font-blinker: 'Blinker',sans-serif;
--font-redhatdisplay: 'Red Hat Display',sans-serif;
--font-bizudpgothic: 'BIZ UDPGothic',sans-serif;
--font-fredoka: 'Fredoka',sans-serif;
--font-raleway: 'Raleway',sans-serif;
--font-coveredbyyourgrace: 'Covered By Your Grace',handwriting;
--font-architectsdaughter: 'Architects Daughter',handwriting;
--font-eduauvicwantguides: 'Edu AU VIC WA NT Guides',handwriting;

    /* Font size */
    --font-size-xxs: 0.625rem;
--font-size-xs: 0.75rem;
--font-size-sm: 0.875rem;
--font-size-base: 1rem;
--font-size-lg: 1.125rem;
--font-size-xl: 1.25rem;
--font-size-2xl: 1.5rem;
--font-size-3xl: 1.875rem;
--font-size-4xl: 2.25rem;
--font-size-5xl: 3rem;
    /* Font weight */
    --font-weight-thin: 100;
--font-weight-lighter: 200;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
--font-weight-bolder: 800;
--font-weight-black: 900;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}

      
  .cHbdgx {
    flex:1;
  width:100vw;
  height:100vh;
  row-gap:24px;
  column-gap:24px;
  align-items:center;
  font-family:'Red Hat Display';
  padding-top:120px;
  padding-left:120px;
  padding-right:120px;
  padding-bottom:120px;
  justify-content:start;
  scrollbar-color:#08365b transparent;
  scrollbar-width:thin;
  background-color:var(--Dark-Navy, #00121e);
  }
      
.cHbdgx::-webkit-scrollbar {
  width: 4px;
}


      
          @media (max-width: 1024px) {
            
  .cHbdgx {
    row-gap:12px;
  column-gap:12px;
  padding-top:70px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:150px;
  }
      

          }
          

          @media (max-width: 430px) {
            
  .cHbdgx {
    row-gap:12px;
  column-gap:12px;
  padding-top:70px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:80px;
  }
      

          }
          
        
      
      
  .dLocxm {
    color:var(--White);
  font-size:var(--font-size-lg);
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .bXyDbm {
    color:var(--Sky);
  }
      

      
        
      
      
  .dOBiAk {
    gap:5px;
  width:25%;
  height:100%;
  display:flex;
  font-size:var(--font-size-base);
  align-items:flex-end;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .dOBiAk {
    display:none;
  }
      

          }
          
        
      
      
  .bebmFQ {
    gap:5px;
  color:var(--White, #ffffff);
  width:25%;
  height:100%;
  font-size:var(--font-size-lg);
  align-items:center;
  font-weight:700;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bebmFQ {
    height:auto;
  }
      

          }
          
        
      
      
  .eVAQhh {
    gap:12px;
  color:var(--White, #ffffff);
  display:flex;
  font-size:var(--font-size-4xl);
  align-items:center;
  font-family:'Red Hat Display';
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  justify-content:space-between;
  }
      

      
          @media (max-width: 430px) {
            
  .eVAQhh {
    display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .KLDAf {
    color:inherit;
  display:flex;
  box-sizing:border-box;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .BEFTq {
    box-sizing:border-box;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dniMJL {
    row-gap:12px;
  column-gap:12px;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .dmLNfr {
    flex:1;
  color:var(--White, #ffffff);
  height:40px;
  font-size:var(--font-size-sm);
  max-width:400px;
  font-weight:var(--font-weight-bold);
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  border-radius:6px;
  padding-right:8px;
  background-color:var(--Dark-Navy, #00121e);
  }
      

      
  .dmLNfr:focus {
    border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:2px;
  }
      


  .dmLNfr::placeholder {
    color:#00a7e196;
  }
      

        
      
      
  .bYOgnP {
    display:flex;
  flex-wrap:wrap;
  font-size:var(--font-size-3xl);
  align-items:flex-start;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  justify-content:center;
  }
      

      
          @media (max-width: 430px) {
            
  .bYOgnP {
    display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .jcEWc {
    color:var(--Sky);
  display:flex;
  flex-wrap:wrap;
  font-size:var(--font-size-3xl);
  max-width:100%;
  align-items:center;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  justify-content:center;
  }
      

      
        
      
      
  .bTwtNm {
    width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  align-items:center;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .bTwtNm:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .duqnSq {
    width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  background:linear-gradient(var(--Light-Red) 0%, var(--red-600) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  border-color:var(--Light-Red);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .duqnSq:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .ewpItS {
    flex:1;
  width:50px;
  height:50px;
  display:flex;
  align-items:center;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .ewpItS.symmetrical {
    padding-left:0px;
  padding-right:0px;
  }
      

        
      
      
  .cDavHj {
    color:var(--Sky);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  position:absolute;
  align-items:center;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .cDavHj:hover {
    color:var(--White);
  }
      

        
      
      
  .DNxpF {
    flex:1;
  height:100%;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  max-height:40px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 430px) {
            
  .DNxpF {
    width:100%;
  }
      

          }
          
        
      
      
  .dyaZVa {
    flex:1;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

      
        
      
      
  .list-page-header\:uguR4dOIBJBn80FZWng04 {
    color:var(--Sky);
  width:40px;
  height:40px;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bMWYna {
    gap:4px;
  flex:1;
  color:var(--Sky, #00a7e1);
  cursor:pointer;
  height:60px;
  z-index:10;
  align-items:center;
  padding-top:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bMWYna {
    gap:12px;
  width:auto;
  height:auto;
  align-items:start;
  padding-top:12px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:12px;
  justify-content:start;
  }
      

          }
          

          @media (max-width: 430px) {
            
  .bMWYna {
    display:flex;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .ewZBoA {
    width:18px;
  cursor:pointer;
  height:18px;
  z-index:10;
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  border-radius:4px;
  }
      

      
  .ewZBoA.checked {
    background:var(--Sky);
  }
      


  .ewZBoA:hover {
    border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .bqFFOV {
    gap:5px;
  width:25%;
  height:100%;
  display:flex;
  font-size:var(--font-size-base);
  align-items:flex-end;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 1024px) {
            
  .bqFFOV {
    flex:1  ;
  display:flex;
  align-items:flex-end;
  padding-left:12px;
  padding-right:12px;
  flex-direction:column;
  justify-content:flex-end;
  }
      

          }
          
        
      
      
  .cKWijk {
    flex:1;
  width:100%;
  height:100%;
  row-gap:0px;
  max-width:1200px;
  min-width:800px;
  column-gap:0px;
  overflow-y:clip;
  padding-bottom:40px;
  scrollbar-color:#08365b transparent;
  scrollbar-width:thin;
  }
      
.cKWijk::-webkit-scrollbar {
  width: 4px;
}


      
          @media (max-width: 1024px) {
            
  .cKWijk {
    width:100%;
  max-width:100%;
  min-width:100%;
  }
      

          }
          
        
      
      
  .fGbyue {
    gap:5px;
  color:#ffffff85;
  width:25%;
  height:100%;
  font-size:var(--font-size-sm);
  align-items:center;
  padding-top:8px;
  padding-left:0px;
  border-radius:4px;
  padding-right:0px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .fGbyue {
    width:100%;
  height:auto;
  display:none;
  }
      

          }
          
        
      
      
  .ceTAtD {
    gap:4px;
  color:var(--Sky, #00a7e1);
  width:50px;
  font-size:var(--font-size-sm);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:2px;
  padding-left:8px;
  border-radius:4px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:2px;
  justify-content:center;
  background-color:#00a7e13b;
  }
      

      
        
      
      
  .eaoIgT {
    flex:0;
  z-index:;
  position:relative;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  }
      

      
        
      
      
  .deal_status_tags\:1zFxw6IHwQoWd3C-p0OeI {
    color:var(--grey-200);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .deal_status_tags\:42WMmIPP_v4xe40lI2Nbu {
    color:var(--pink-300);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .dowSdN {
    gap:2px;
  color:var(--White, #ffffff);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:8px;
  border-color:var(--Green, #00fd48);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  }
      

      
        
      
      
  .dUsCfx {
    gap:2px;
  color:var(--White, #ffffff);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  border-color:var(--pink-300);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .fjytTC {
    gap:2px;
  color:var(--White, #ffffff);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  border-color:#8af4a8;
  border-style:Dashed;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .dEouKd {
    gap:2px;
  color:var(--White);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  border-color:var(--pink-400);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .deal_status_tags\:AXHCe3GLMvQAwR4vejJLh {
    color:#8af4a8;
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .deal_status_tags\:CsW7OlNCRGvwC-xkK-ehu {
    color:var(--Yellow);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .bPUigU {
    gap:4px;
  color:var(--White, #ffffff);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  border-color:var(--grey-300);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .dyRZeS {
    gap:2px;
  color:var(--White);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  border-color:var(--Yellow);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .biTYsj {
    gap:4px;
  color:var(--White, #ffffff);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  border-color:var(--Light-Red, #ff3f5a);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .deal_status_tags\:_mB2K52lRhSnIJks1Tthd {
    color:var(--White, #ffffff);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .deal_status_tags\:aaM7p9BWjPBNzdTP5wdy7 {
    color:var(--Light-Red);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .deal_status_tags\:brIhQUHLwjSdx0ACWYKdZ {
    color:var(--Green);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .deal_status_tags\:eiffW9RpoAz2AGgRBKkJY {
    color:var(--Green);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .eeBnlw {
    gap:2px;
  color:var(--White, #ffffff);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  border-color:var(--Green);
  border-style:Dashed;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .deal_status_tags\:hWubT8Chmarik2NP1IQAX {
    color:var(--pink-400);
  padding-top:4px;
  padding-left:4px;
  padding-right:4px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .iZmWr {
    gap:2px;
  color:var(--White, #ffffff);
  width:fit-content;
  height:28px;
  z-index:10;
  position:relative;
  font-size:var(--font-size-xs);
  min-width:fit-content;
  background:var(--Dark-Navy);
  align-items:center;
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  border-color:var(--grey-300, #D4D4D4);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:24px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:4px;
  justify-content:start;
  }
      

      
        
      
      
  .Deals-List\:BenaD3tcgZPdypUMkMcxY {
    min-width:fit-content;
  }
      

      
        
      
      
  .ckWpuC {
    width:100%;
  row-gap:4px;
  column-gap:4px;
  overflow-x:scroll;
  flex-direction:row;
  scrollbar-width:none;
  }
      
.ckWpuC::-webkit-scrollbar {
  width: 0;
}


      
        
      
      
  .eFDfJN {
    color:var(--White);
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .boVolI {
    width:100vw;
  height:100vh;
  display:flex;
  background:var(--Dark-Navy);
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bcKlqx {
    width:200px;
  height:200px;
  }
      

      
        
      
      
  
      

      
        
      
      
  .bujViA {
    top:68px;
  left:68px;
  width:64px;
  height:64px;
  position:absolute;
  object-fit:contain;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .Deals-List\:HSlFmOA2dTJUSJGfH38C1 {
    top:0px;
  left:0px;
  z-index:200;
  position:fixed;
  }
      

      
        
      
      
  .cRoAnk {
    gap:5px;
  width:25%;
  height:100%;
  display:flex;
  font-size:var(--font-size-base);
  align-items:flex-start;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:flex-end;
  }
      

      
          @media (max-width: 1024px) {
            
  .cRoAnk {
    display:none;
  }
      

          }
          
        
      
      
  .eDRlON {
    display:flex;
  font-size:var(--font-size-xs);
  align-items:flex-start;
  padding-top:4px;
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  padding-left:4px;
  border-radius:4px;
  padding-right:4px;
  padding-bottom:4px;
  justify-content:center;
  }
      

      
        
      
      
  .duGtdT {
    color:var(--grey-400);
  width:100%;
  bottom:0px;
  height:40px;
  display:flex;
  row-gap:4px;
  z-index:10;
  position:absolute;
  font-size:var(--font-size-sm);
  background:var(--Dark-Navy);
  box-shadow:1px -21px 20px -10px #00000085;
  column-gap:4px;
  align-items:center;
  padding-top:12px;
  flex-direction:row;
  justify-content:center;
  border-top-color:var(--Lighter-Navy);
  border-top-style:solid;
  border-top-width:2px;
  }
      

      
        
      
      
  .bOBFUp {
    color:var(--White, #ffffff);
  background:var(--Lighter-Navy);
  font-weight:var(--font-weight-bold);
  padding-top:4px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  padding-bottom:4px;
  }
      

      
        
      
      
  .bmXlVP {
    right:0px;
  width:50PX;
  height:100%;
  position:absolute;
  background:linear-gradient(to right, #00121e00 0%, var(--Dark-Navy) 71%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      

      
        
      
      
  .boaBKz {
    gap:8px;
  color:var(--White, #ffffff);
  font-size:var(--font-size-xs);
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
        
      
      
  .ewymAt {
    :;
  top:0px;
  color:var(--Sky, #00a7e1);
  width:100%;
  cursor:pointer;
  height:60px;
  z-index:10;
  position:sticky;
  box-shadow:0px 15px 10px -5px #0000005e;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  background-color:var(--Dark-Navy, #00121e);
  border-bottom-color:var(--Lighter-Navy, #08365b);
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

      
          @media (max-width: 430px) {
            
  .ewymAt {
    height:40px;
  }
      

          }
          
        
      
      
  .Deals-List\:bumhm4x83F47cQOLB-Kba {
    padding-left:4px;
  padding-right:4px;
  }
      

      
        
      
      
  .ctmBVp {
    height:auto;
  row-gap:8px;
  flex-grow:1;
  column-gap:8px;
  flex-basis:0%;
  overflow-y:scroll;
  padding-top:8px;
  padding-bottom:8px;
  }
      

      
          @media (max-width: 430px) {
            
  .ctmBVp {
    padding-bottom:0px;
  }
      

          }
          
        
      
      
  .ZimMN {
    width:18px;
  cursor:pointer;
  height:18px;
  z-index:10;
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  border-radius:4px;
  }
      

      
  .ZimMN.checked {
    background-color:var(--Sky, #00a7e1);
  }
      


  .ZimMN:hover {
    border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .fxELIn {
    width:100%;
  height:fit-content;
  max-width:1200px;
  min-width:800px;
  }
      

      
          @media (max-width: 1024px) {
            
  .fxELIn {
    width:100%;
  max-width:auto;
  min-width:auto;
  }
      

          }
          
        
      
      
  .bUMlXh {
    gap:5px;
  flex:1;
  color:#ffffff85;
  width:25%;
  height:100%;
  font-size:var(--font-size-sm);
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  justify-content:end;
  }
      

      
          @media (max-width: 1024px) {
            
  .bUMlXh {
    width:100%;
  height:auto;
  align-items:center;
  padding-left:0px;
  padding-right:0px;
  flex-direction:row;
  justify-content:end;
  }
      

          }
          

          @media (max-width: 430px) {
            
  .bUMlXh {
    width:100%;
  display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-end;
  }
      

          }
          
        
      
      
  .cFeSUU {
    gap:4px;
  height:100%;
  display:flex;
  align-items:flex-end;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dFqSjm {
    gap:5px;
  width:25%;
  height:100%;
  display:flex;
  font-size:var(--font-size-base);
  align-items:flex-start;
  font-weight:var(--font-weight-regular);
  padding-top:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:flex-end;
  }
      

      
        
      
      
  .cuGnLn {
    height:100%;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  justify-content:center;
  }
      

      
          @media (max-width: 430px) {
            
  .cuGnLn {
    display:flex;
  align-items:flex-start;
  padding-top:12px;
  padding-bottom:12px;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .Deals-List\:n5Xef5AofPpp009Tzled9 {
    color:var(--Sky);
  }
      

      
        
      
      
  .bUBwbQ {
    width:100%;
  height:100px;
  display:flex;
  position:relative;
  background:linear-gradient(var(--Dark-Navy) 50%, #00121e00 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  align-items:center;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bUBwbQ {
    top:100px;
  }
      

          }
          
        
      
      
  .bCCQtr {
    :;
  gap:24px;
  top:0px;
  left:0px;
  right:0px;
  width:100%;
  bottom:0px;
  height:100%;
  z-index:50;
  position:absolute;
  align-items:center;
  font-family:Red Hat Display;
  padding-top:300px;
  padding-left:300px;
  padding-right:300px;
  padding-bottom:300px;
  backdrop-filter:blur(10px);;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bCCQtr {
    display:flex;
  align-items:center;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .fDOPqz {
    width:70%;
  display:inline;
  text-align:center;
  }
      

      
        
      
      
  .bxAWgf {
    color:var(--Light-Red);
  display:flex;
  font-size:var(--font-size-base);
  align-items:center;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bjhMmV {
    gap:8px;
  flex:1;
  cursor:pointer;
  height:36px;
  position:relative;
  font-size:var(--font-size-base);
  background:linear-gradient(to top left,  #00a7e1, #0079dd);
  transition:all 300ms ease 0ms normal;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .bjhMmV:hover {
    background:linear-gradient(to bottom right,  #00a7e1, #0079dd);
  box-shadow:0px 0px 20px 10px #4addff4f;
  }
      

        
      
      
  .dlsbtO {
    gap:24px;
  color:var(--White, #ffffff);
  width:350px;
  font-size:var(--font-size-sm);
  background:var(--Dark-Navy);
  box-shadow:0px 2px 200px 20px #ff3f5a80;
  align-items:center;
  padding-top:24px;
  border-color:var(--Light-Red);
  border-style:solid;
  border-width:2px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
          @media (max-width: 430px) {
            
  .dlsbtO {
    width:90%;
  height:auto;
  }
      

          }
          
        
      
      
  .sEIuI {
    gap:8px;
  flex:1;
  color:var(--White, #ffffff);
  cursor:pointer;
  height:36px;
  font-size:var(--font-size-base);
  background:linear-gradient(to top left,  #DC2626, #ff3f5a);
  transition:all 500ms ease 0ms ;
  align-items:center;
  padding-top:8px;
  padding-left:8px;
  border-radius:4px;
  padding-right:8px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:center;
  }
      

      
  .sEIuI:hover {
    background:linear-gradient(to bottom right,  #DC2626, #ff3f5a);
  box-shadow:0px 0px 20px 10px #ff3f5a75;
  }
      

        
      
      
  .delete-pop-up\:YgplgALD9UaC5kuVl_Sfb {
    color:var(--Light-Red);
  width:50px;
  height:50px;
  padding-top:12px;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  padding-right:12px;
  padding-bottom:12px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
        
      
      
  .bSpQKd {
    gap:24px;
  display:flex;
  font-size:var(--font-size-lg);
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .eHKMWT {
    color:inherit;
  display:flex;
  row-gap:12px;
  font-size:1.5rem;
  column-gap:12px;
  text-align:center;
  align-items:center;
  font-weight:var(--font-weight-bold);
  justify-content:flex-start;
  }
      

      
        
      
      
  .ebmjez {
    display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .coAcOq {
    color:var(--Light-Red, #ff3f5a);
  display:inline-block;
  font-weight:var(--font-weight-black);
  padding-right:4px;
  }
      

      
        
      
      
  .yueFq {
    gap:8px;
  flex:1;
  width:100%;
  height:100%;
  flex-direction:row;
  }
      

      
        
      
      
  
      

      
        
      
      
  .YnKmF {
    :;
  width:50px;
  height:50px;
  }
      

      
        
      
      
  .dQESdR {
    font-family:'Red Hat Display';
  font-weight:var(--font-weight-bold);
  border-color:var(--Lighter-Navy, #08365b);
  border-style:solid;
  border-width:2px;
  border-radius:4px;
  flex-direction:row;
  }
      

      
  .dQESdR:hover {
    border-color:var(--Sky, #00a7e1);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .AslYH {
    gap:5px;
  color:#ffffff85;
  width:25%;
  height:100%;
  font-size:var(--font-size-sm);
  align-items:center;
  padding-top:8px;
  padding-left:0px;
  border-radius:4px;
  padding-right:0px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:start;
  scrollbar-width:none;
  }
      
.AslYH::-webkit-scrollbar {
  width: 0;
}


      
          @media (max-width: 1024px) {
            
  .AslYH {
    width:100%;
  height:auto;
  display:none;
  }
      

          }
          
        
      
      
  .cyephI {
    :;
  flex:1;
  color:var(--grey-50, #FAFAFA);
  width:100%;
  bottom:0px;
  height:86px;
  display:flex;
  z-index:100;
  position:fixed;
  overflow-x:visible;
  overflow-y:visible;
  transition:width 300ms cubic-bezier(1, 0, 0, 1) 0ms allow-discrete;
  align-items:flex-start;
  font-family:'Red Hat Display';
  font-weight:var(--font-weight-thin);
  padding-top:0px;
  flex-direction:row;
  padding-bottom:0px;
  justify-content:center;
  }
      

      
        
      
      
  .bpeaxJ {
    width:100%;
  background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 50px 10px #00121e;
  align-items:;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  flex-direction:row;
  justify-content:;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .bvnKQE {
    gap:8px;
  color:var(--Sky);
  width:250px;
  cursor:pointer;
  height:48px;
  display:flex;
  font-size:var(--font-size-sm);
  max-height:48px;
  overflow-x:hidden;
  overflow-y:visible;
  align-items:center;
  font-family:"Red Hat Display";
  font-weight:var(--font-weight-light);
  flex-direction:row;
  justify-content:flex-start;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .bvnKQE:hover {
    color:var(--White);
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Light-Purple) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  overflow-x:visible;
  overflow-y:visible;
  }
      


          @media (max-width: 1024px) {
            
  .bvnKQE {
    gap:0px;
  flex:1;
  width:60px;
  height:60px;
  display:flex;
  min-height:60px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bvnKQE {
    width:60px;
  height:60px;
  display:flex;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  border-top-left-radius:100%;
  border-top-right-radius:100%;
  border-bottom-left-radius:100%;
  border-bottom-right-radius:100%;
  }
      

          }
          

  .bvnKQE.active_page {
    color:var(--White);
  display:flex;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:5px 0px 20px 0px var(--Dark-Navy);
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      


  .bvnKQE.upcoming_feature {
    color:#016689b3;
  }
      


          @media (max-width: 1024px) {
            
  .bvnKQE:hover {
    background:#ffffff00;
  }
      

          }
          

          @media (max-width: 1024px) {
            
  .bvnKQE.active_page {
    color:var(--White);
  width:60px;
  height:60px;
  display:flex;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:5px 0px 20px 0px var(--Dark-Navy);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          

          @media (max-width: 430px) {
            
  .bvnKQE.active_page {
    color:var(--White);
  width:60px;
  height:60px;
  display:flex;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:5px 0px 20px 0px var(--Dark-Navy);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          

          @media (max-width: 768px) {
            
  .bvnKQE.active_page {
    color:var(--White);
  width:60px;
  height:60px;
  display:flex;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 47%, var(--Light-Purple) 89%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:5px 0px 20px 0px var(--Dark-Navy);
  align-items:center;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          
        
      
      
  .xcGuw {
    color:white;
  right:-60px;
  width:34px;
  cursor:pointer;
  height:34px;
  display:flex;
  position:absolute;
  background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 97%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  transition:all 300ms ease  allow-discrete;
  align-items:center;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

      
  .xcGuw.hover {
    background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Light-Purple) 84%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  }
      


  .xcGuw.show {
    right:8px;
  position:absolute;
  }
      

        
      
      
  .nav-link\:Anup1egzqL2rYU6zpfzr8 {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  justify-content:center;
  }
      

      
        
      
      
  .bqynBo {
    font-family:"Red Hat Display";
  font-weight:var(--font-weight-normal);
  }
      

      
          @media (max-width: 1024px) {
            
  .bqynBo {
    display:none;
  font-size:var(--font-size-xxs);
  }
      

          }
          
        
      
      
  .doSxfy {
    width:100%;
  display:flex;
  row-gap:8px;
  column-gap:8px;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
  .doSxfy.show_add_new {
    width:84%;
  }
      


          @media (min-width: 1024px) {
            
  .doSxfy {
    display:flex;
  align-items:center;
  flex-direction:row;
  justify-content:flex-start;
  }
      

          }
          
        
      
      
  .nav-link\:idf5XkBPGYMXixSHkH9Nq {
    width:18px;
  height:18px;
  }
      

      
          @media (max-width: 1024px) {
            
  .nav-link\:idf5XkBPGYMXixSHkH9Nq {
    display:none;
  }
      

          }
          
        
      
      
  .cEKAGw {
    top:0px;
  left:0px;
  color:var(--Sky);
  width:100%;
  bottom:0px;
  height:100%;
  display:flex;
  row-gap:8px;
  z-index:1000;
  position:absolute;
  font-size:var(--font-size-xs);
  background:linear-gradient(to right, var(--Dark-Navy) 0%, var(--Lighter-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  column-gap:8px;
  overflow-x:hidden;
  overflow-y:hidden;
  transition:all 300ms ease  allow-discrete;
  align-items:center;
  padding-top:8px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  padding-bottom:8px;
  justify-content:flex-start;
  }
      

      
          @media (max-width: 1024px) {
            
  .cEKAGw {
    display:flex;
  align-items:center;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

          }
          
        
      
      
  .nav-link\:mQi_NJRWfjP-5OYXlhWqc {
    width:48px;
  height:48px;
  padding-left:14px;
  padding-right:14px;
  }
      

      
        
      
      
  .eKJDbW {
    display:flex;
  row-gap:4px;
  font-size:var(--font-size-xs);
  column-gap:4px;
  align-items:flex-start;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 1024px) {
            
  .eKJDbW {
    display:flex;
  align-items:center;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  .QUtmZ {
    width:fit-content;
  flex-direction:column;
  }
      

      
        
      
      
  
      

      
        
      
      
  
      

      
        
      
      
  
      

      
          @media (min-width: 1024px) {
            
  .navigation\:2TEDmcbcMxBxNEmHscoty {
    display:none;
  }
      

          }
          
        
      
      
  .cDEXOP {
    top:0px;
  left:0px;
  width:100%;
  height:80px;
  display:flex;
  z-index:101;
  position:fixed;
  align-items:center;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  }
      

      
        
      
      
  .dnBjLB {
    top:64px;
  right:0px;
  width:fit-content;
  height:fit-content;
  display:flex;
  row-gap:12px;
  position:absolute;
  column-gap:12px;
  max-height:0px;
  overflow-y:clip;
  transition:height 300ms ease  allow-discrete;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:0px;
  }
      

      
  .dnBjLB.show_log_out {
    height:fit-content;
  background:linear-gradient(to bottom right, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  max-height:999px;
  padding-top:12px;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:12px;
  border-top-left-radius:6px;
  border-top-right-radius:6px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  }
      

        
      
      
  .cKuvIy {
    width:100%;
  height:100%;
  position:absolute;
  object-fit:cover;
  object-position:top center;
  }
      

      
        
      
      
  .ueIjC {
    :;
  width:fit-content;
  height:20px;
  object-fit:contain;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .bxDdtq {
    left:8px;
  color:var(--Sky);
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:20;
  position:absolute;
  align-items:center;
  padding-left:2px;
  padding-right:2px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .bxDdtq:hover {
    color:var(--White);
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      


  .bxDdtq.active {
    color:var(--White);
  background:linear-gradient(to top left, var(--Sky) 0%, var(--Light-Purple) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 2px 10px 0px #0000006e;
  }
      

        
      
      
  .Mobile-Top-Header\:Gjz2l5HxVAhPHcR31zSlw {
    width:100%;
  height:100%;
  display:flex;
  align-items:center;
  padding-left:8px;
  padding-right:8px;
  justify-content:center;
  }
      

      
        
      
      
  .eOeqgF {
    width:25%;
  height:48px;
  display:flex;
  background:linear-gradient(to right, var(--Sky) 0%, var(--Light-Purple) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  box-shadow:0px 0px 20px  #0000008c;
  align-items:center;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .dSZHcT {
    color:var(--White);
  display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:center;
  font-family:Red Hat Display;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .dMJYPl {
    color:var(--White);
  cursor:pointer;
  background:linear-gradient(var(--Sky) 0%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-family:Red Hat Display;
  padding-top:8px;
  border-color:#00a7e100;
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .dMJYPl:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .fEdKed {
    color:var(--Sky);
  right:8px;
  width:40px;
  cursor:pointer;
  height:40px;
  display:flex;
  z-index:20;
  position:absolute;
  box-shadow:0px 0px 10px 0px #000000b0;
  overflow-x:clip;
  overflow-y:clip;
  align-items:center;
  padding-left:2px;
  padding-right:2px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .fEdKed:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

        
      
      
  .Mobile-Top-Header\:g-XAV3dMvVA7EtiZzGFbh {
    color:var(--White);
  width:36px;
  height:36px;
  background:linear-gradient(to bottom right, var(--Sky) 0%, var(--Dark-Sky) 100%) scroll padding-box border-box repeat repeat 0% 0% / auto;
  border-color:black;
  border-style:solid;
  border-width:1px;
  padding-left:8px;
  padding-right:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .cfdZZ {
    row-gap:8px;
  column-gap:8px;
  flex-direction:row;
  }
      

      
        
      
      
  .bnEqHT {
    width:100%;
  height:60px;
  display:flex;
  background:linear-gradient(to top left, var(--Lighter-Navy) 0%, var(--Dark-Navy) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  box-shadow:0px 0px 50px 10px #00121eb3;
  align-items:center;
  border-color:var(--Lighter-Navy);
  border-style:solid;
  border-width:2px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  
      

      
          @media (min-width: 1024px) {
            
  .navigation\:CQ5UW7u6LoOH_JtxMwDJ8 {
    display:none;
  }
      

          }
          
        
      
      
  .fyeHdC {
    top:0px;
  left:0px;
  width:100%;
  height:60px;
  z-index:101;
  position:fixed;
  background: var(--Dark-Navy);
  align-items:start;
  border-radius:0px;
  flex-direction:row;
  justify-content:start;
  border-bottom-color:var(--Lighter-Navy, #08365b);
  border-bottom-style:solid;
  border-bottom-width:2px;
  }
      

      
        
      
      
  .bA-DzFW {
    top:60px;
  right:0px;
  width:fit-content;
  height:fit-content;
  display:flex;
  row-gap:12px;
  position:absolute;
  column-gap:12px;
  max-height:0px;
  overflow-y:clip;
  transition:height 300ms ease  allow-discrete;
  padding-top:0px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:0px;
  }
      

      
  .bA-DzFW.show_log_out {
    height:fit-content;
  background:var(--Dark-Navy);
  max-height:999px;
  padding-top:24px;
  padding-left:24px;
  padding-right:24px;
  padding-bottom:24px;
  border-left-color:var(--Lighter-Navy);
  border-left-style:solid;
  border-left-width:2px;
  border-bottom-color:var(--Lighter-Navy);
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-bottom-left-radius:6px;
  }
      

        
      
      
  .fsgTE {
    width:2px;
  height:75%;
  background:var(--Lighter-Navy);
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .evxtU {
    left:0px;
  width:auto;
  height:100%;
  display:flex;
  position:absolute;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .oQdvw {
    display:flex;
  row-gap:4px;
  column-gap:4px;
  align-items:flex-start;
  flex-direction:column;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bfVnBM {
    :;
  width:70px;
  height:70px;
  background:linear-gradient(to bottom right, #00a7e1 0%, var(--Light-Purple) 100%);
  object-fit:contain;
  align-items:center;
  padding-left:12px;
  padding-right:12px;
  justify-content:center;
  border-bottom-right-radius:12px;
  }
      

      
          @media (max-width: 1024px) {
            
  .bfVnBM {
    width:50px;
  height:50px;
  background:#ffffff00;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  border-bottom-color:var(--Dark-Navy);
  border-bottom-style:solid;
  border-bottom-width:0px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  }
      

          }
          
        
      
      
  .Vxcjw {
    width:24px;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .dVMuU {
    width:32px;
  height:32px;
  border-color:var(--Sky);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .Internal-Top-Header\:Hk2VRKWRJa-v8-PD-jxVG {
    color:var(--White);
  width:14px;
  height:14px;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Top-Header\:Hk2VRKWRJa-v8-PD-jxVG {
    width:24px;
  height:24px;
  display:none;
  }
      

          }
          
        
      
      
  .bCrooE {
    gap:12px;
  height:100%;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .bCrooE {
    flex:1;
  display:flex;
  align-items:center;
  border-color:black;
  border-style:solid;
  border-width:0px;
  padding-left:12px;
  padding-right:12px;
  flex-direction:row;
  justify-content:space-between;
  }
      

          }
          
        
      
      
  .cqbhdY {
    color:var(--White, #ffffff);
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-base);
  background:linear-gradient(to left, #00a7e1 0%, var(--Light-Purple) 100%);
  column-gap:4px;
  align-items:center;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-normal);
  padding-top:2px;
  padding-left:8px;
  padding-right:4px;
  flex-direction:row;
  padding-bottom:2px;
  justify-content:center;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
          @media (max-width: 1024px) {
            
  .cqbhdY {
    display:flex;
  background:#ffffff00;
  align-items:flex-end;
  padding-top:8px;
  padding-left:8px;
  padding-right:8px;
  flex-direction:column;
  padding-bottom:8px;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dyEHBF {
    color:var(--White);
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-base);
  column-gap:4px;
  align-items:center;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .fgnFjQ {
    font-size:var(--font-size-xs);
  font-family:Red Hat Display;
  }
      

      
          @media (max-width: 1024px) {
            
  .fgnFjQ {
    display:none;
  }
      

          }
          
        
      
      
  .bBxamU {
    color:var(--Sky);
  display:flex;
  row-gap:4px;
  font-size:var(--font-size-sm);
  column-gap:4px;
  align-items:center;
  font-family:Red Hat Display;
  flex-direction:row;
  justify-content:flex-start;
  }
      

      
        
      
      
  .bnNIQK {
    right:0px;
  width:60px;
  height:60px;
  display:flex;
  position:absolute;
  align-items:center;
  flex-direction:row;
  justify-content:center;
  }
      

      
          @media (max-width: 1024px) {
            
  .bnNIQK {
    width:50px;
  height:50px;
  }
      

          }
          
        
      
      
  .FSOwr {
    color:var(--White);
  cursor:pointer;
  z-index:20;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .FSOwr:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

        
      
      
  .fvKMpO {
    color:var(--White);
  cursor:pointer;
  font-size:var(--font-size-sm);
  background:linear-gradient(to bottom right, var(--Light-Purple) 4%, var(--Sky) 50%, var(--Dark-Sky) 100%) scroll border-box padding-box repeat repeat 0% 0% / auto;
  font-family:Red Hat Display;
  font-weight:var(--font-weight-bold);
  padding-top:10PX;
  border-color:#00a7e100;
  border-style:solid;
  border-width:2px;
  padding-left:8px;
  padding-right:8px;
  padding-bottom:8px;
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
  .fvKMpO:hover {
    border-color:var(--White);
  border-style:solid;
  border-width:2px;
  }
      

        
      
      
  .eETvsx {
    height:12px;
  }
      

      
          @media (max-width: 1024px) {
            
  .eETvsx {
    padding-left:0px;
  padding-right:0px;
  }
      

          }
          
        
      
      
  
      

      
          @media (max-width: 1024px) {
            
  .navigation\:P8Ri05C3V-4lEqsr-o3dD {
    display:none;
  }
      

          }
          
        
      
      
  .bTIMXU {
    :;
  top:0px;
  left:0px;
  color:var(--grey-50, #FAFAFA);
  width:60px;
  height:100%;
  z-index:100;
  position:fixed;
  font-size:var(--font-size-sm);
  background: var(--Dark-Navy);
  overflow-x:hidden;
  transition:width 300ms cubic-bezier(1, 0, 0, 1) 0ms allow-discrete;
  align-items:start;
  font-family:briller;
  font-weight:var(--font-weight-thin);
  padding-top:70px;
  flex-direction:column;
  padding-bottom:70px;
  justify-content:start;
  border-right-color:var(--Lighter-Navy, #08365b);
  border-right-style:solid;
  border-right-width:2px;
  }
      

      
          @media (min-width: 1024px) {
            
  .bTIMXU:hover {
    width:264px;
  }
      

          }
          
        
      
      
  .cYENbY {
    color:var(--Sky);
  width:100%;
  row-gap:8px;
  column-gap:8px;
  align-items:;
  padding-left:5px;
  flex-direction:column;
  justify-content:;
  }
      

      
        
      
      
  .Internal-Side-Nav\:7hF4uX-YJrPDkg5NYbsG3 {
    color:var(--Sky);
  z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:7hF4uX-YJrPDkg5NYbsG3 {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .pyZEU {
    width:100%;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
  }
      

      
        
      
      
  .Internal-Side-Nav\:Fhl24oA7DFEyng6NplcJ- {
    color:var(--Sky);
  z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:Fhl24oA7DFEyng6NplcJ- {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .dPbsjk {
    width:75%;
  height:2px;
  background:var(--Lighter-Navy);
  border-top-left-radius:100px;
  border-top-right-radius:100px;
  border-bottom-left-radius:100px;
  border-bottom-right-radius:100px;
  }
      

      
        
      
      
  .Internal-Side-Nav\:gkhVPzT0jms7yRFulWrEJ {
    color:var(--Sky);
  z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:gkhVPzT0jms7yRFulWrEJ {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .Internal-Side-Nav\:rTAwqUMYNnIxa7CaJ5yqu {
    z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:rTAwqUMYNnIxa7CaJ5yqu {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  .Internal-Side-Nav\:uX_-nT5u0xc0jjjNlglSR {
    z-index:10;
  align-items:center;
  flex-direction:row;
  justify-content:start;
  }
      

      
          @media (max-width: 1024px) {
            
  .Internal-Side-Nav\:uX_-nT5u0xc0jjjNlglSR {
    color:var(--Sky);
  height:60px;
  align-items:center;
  flex-direction:column;
  justify-content:center;
  }
      

          }
          
        
      
      
  
      

      
          @media (max-width: 1024px) {
            
  .navigation\:bD5opX6qgzRval-sly-Dt {
    display:none;
  }
      

          }
          
        
      
      
  .Deals-List\:vNJfU189DdVdHA0qMJ_Ec {
    left:0px;
  position:absolute;
  }
      

      
        
      
      
  .dOuyFK {
    flex:1;
  height:100%;
  flex-direction:row;
  }
      

      
        
      